home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #2 / Software USA Volume 5.02.iso / mac / children / 2 / Frog Hop Game / Frog Hop Game.dxr / 00275_ .ls < prev    next >
Encoding:
Text File  |  1998-09-21  |  293 b   |  15 lines

  1. on mouseUp
  2.   global newgame
  3.   puppetSound("click")
  4.   updateStage()
  5.   set newgame to 0
  6.   puppetSprite(47, 0)
  7.   puppetSprite(48, 0)
  8.   set the visible of sprite 8 to 1
  9.   repeat with n = 9 to 14
  10.     set the visible of sprite n to 1
  11.   end repeat
  12.   set the visible of sprite 46 to 1
  13.   play done
  14. end
  15.